@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400;500;600;700;800&display=swap');

@font-face {
  font-family: bandeins strange;
  src: url(/Assets/bandeins-strange-variable.ttf);
}

@keyframes fadein{
  0% { opacity: 0; }
  100% { opacity: 1; }

}


.cursor{
  width: 30px;
  height: 30px;
  border: 3px solid #5510ff;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
  pointer-events: none;
  z-index: 3;
}

.link-grow{
  transform: scale(2);
}

body {
  font-family: bandeins strange;
  font-size: 60px;
  line-height: 1.5;
  background-color:#d8d8d8;
  background-size: cover;
  margin: 0px 20px;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}


.name {
  grid-column: 1 / span 12;
  background-color: #d8d8d8;
  color: #5510ff;
  position: fixed;
  display: inline-block;
  text-align: center;
  width: 100%;
  z-index: 2;
  left: 0;
}

.name h1 {
  line-height: 1;
  font-size: 100px;
}

.name a {
color: #5510ff; 
text-decoration: none;
}
.contact {
  margin: auto;
  grid-column: 3 / span 8;
  color: #ffffff;
  transform: translateY(10%);
}

.contact h1 {
  line-height: 1.2;
  font-size: 130px;
  font-variation-settings: 'wght' 300, 'wdth' 300;
}

.contact p{
  font-family: 'Commissioner', sans-serif;
  font-size: 35px;
  text-align: justify;
}
.contact a {
  font-family: 'Commissioner', sans-serif;
  font-weight: 500;
  color:  #ffeb00;
  font-size: 35px;
  text-align: justify;
  transition: 0.3s;
}
.contact a:hover{
  font-weight: 700;
  font-size:40px;
  }

.homeProject {
  margin-top: 0.5%;
  grid-column: 1 / span 12;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  text-align: center;
  color: white;
}

.homeProjectTop {
  margin-top: 8%;
  grid-column: 1 / span 12;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  text-align: center;
  color: white;
}

.homeProjectbot {
  margin-top: 0.5%;
  margin-bottom: 3%;
  grid-column: 1 / span 12;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  text-align: center;
  color: white;
}

.homeName {
  text-decoration: none;
  color: #ffffff;
  font-variation-settings: 'wght' 300, 'wdth' 300;
  -webkit-text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 1.5;
  transition: font-size 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homeProjectTop:hover > .homeName{
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 70px;
}

.homeProjectbot:hover > .homeName{
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 70px;
}

.homeProject:hover > .homeName{
  font-variation-settings: 'wght' 500, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 70px;
}

.homeName:hover {
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 70px;
}



.footer {
  font-family: 'Commissioner', sans-serif;
  position: fixed;
  width: 100%;
  font-size: 20px;
  background-color: #5510ff;
  text-align: center;
  word-spacing: 4.5em;
  left: 0;
  bottom: 0px;
  color: #ffffff;
}


.footer a {
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  transition: 0.35s;
  letter-spacing: 0;
}

.footer a:hover {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ffffff;
}



@media only screen and (max-width: 1000px) {

.name {
  grid-column: 1 / span 4;
  color: #ffffff;
}

.name h1 {
  line-height: 1.2;
  font-size: 80px;
  font-variation-settings: 'wght' 300, 'wdth' 300;
}

.homeName {
  font-size: 50px;
}

.homeProjectTop:hover > .homeName{
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 60px;
}

.homeProject:hover > .homeName{
  font-variation-settings: 'wght' 500, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 60px;
}

.homeName:hover {
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 60px;
}
.footer {
  font-family: 'Commissioner', sans-serif;
  position: fixed;
  width: 100%;
  font-size: 20px;
  background-color: #5510ff;
  text-align: center;
  word-spacing: 4.5em;
  left: 0;
  bottom: 0px;
  color: #ffffff;
}


.footer a {
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  transition: 0.35s;
  letter-spacing: 0;
}

.footer a:hover {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ffffff;
}



@media only screen and (max-width: 700px) {

.name {
  grid-column: 1 / span 4;
  color: #ffffff;
}

.name h1 {
  line-height: 1.2;
  font-size: 50px;
  font-variation-settings: 'wght' 300, 'wdth' 300;
}

.footer {
  font-family: 'Commissioner', sans-serif;
  position: fixed;
  width: 100%;
  font-size: 20px;
  background-color: #5510ff;
  text-align: center;
  word-spacing: 4.5em;
  left: 0;
  bottom: 0px;
  color: #ffffff;
}


.footer a {
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  transition: 0.35s;
  letter-spacing: 0;
}

.footer a:hover {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.homeName {
  font-size: 20px;
  -webkit-text-stroke: 1px;

}

.homeProjectTop:hover > .homeName{
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 30px;
}

.homeProject:hover > .homeName{
  font-variation-settings: 'wght' 500, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 30px;
}

.homeName:hover {
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 30px;
}



.projectname {
  grid-column: 9 / span 3;
  display: flex;
  justify-content: space-around;
}

.projectname h3 {
  color: #ffffff;
  font-size: 120px;
  text-align: left;
  writing-mode: sideways-lr;
  white-space: pre-wrap;
  transform: rotate(-90deg);
  font-variation-settings: 'wght' 600, 'wdth' 100;
}
  
@media (max-device-width: 600px) {
.cursor{
  width: 0px;
  height: 0px;
  border: 0px solid #ffeb00;

}
  
  body{
    gap: 5px;
  }
  
.name {
  grid-column: 1 / span 3;
    top: 0px;
  color: #ffffff;
}

.name h1 {
  line-height: 1.2;
  font-size: 30px;
  font-variation-settings: 'wght' 300, 'wdth' 300;
  
}

.homeName {
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.homeProjectTop:hover > .homeName{
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 16px;
}

.homeProject:hover > .homeName{
  font-variation-settings: 'wght' 500, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 16px;
}

.homeName:hover {
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 16px;
}
  
.homeProjectbot {
  margin-bottom: 8%;
  margin-top: 0px;
}
.homeProject{
  margin-top: 0px;
}

.homeProjectbot:hover > .homeName{
  font-variation-settings: 'wght' 900, 'wdth' 500;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0px;
  font-size: 16px;
}

.footer {
  font-family: 'Commissioner', sans-serif;
  position: fixed;
  width: 100%;
  font-size: 20px;
  background-color: #5510ff;
  text-align: center;
  word-spacing: 4.5em;
  left: 0;
  bottom: 0px;
  color: #ffffff;
}

.footer a {
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  transition: 0.35s;
  letter-spacing: 0;
}

.footer a:hover {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ffffff;
}
